net/http.http2ClientConn.nextStreamID (field)

12 uses

	net/http (current package)
		h2_bundle.go#L7807: 	nextStreamID     uint32
		h2_bundle.go#L8249: 		nextStreamID:                1,
		h2_bundle.go#L8488: 	if cc.singleUse && cc.nextStreamID > 1 {
		h2_bundle.go#L8510: 		int64(cc.nextStreamID)+2*int64(cc.pendingRequests) < math.MaxInt32 &&
		h2_bundle.go#L8518: 	if cc.nextStreamID == 1 && cc.streamsReserved == 0 && cc.closed {
		h2_bundle.go#L8581: 	nextID := cc.nextStreamID
		h2_bundle.go#L8642: 	maxStreamID := cc.nextStreamID
		h2_bundle.go#L9212: 		if cc.closed && cc.nextStreamID == 1 && cc.streamsReserved == 0 {
		h2_bundle.go#L9765: 	cs.ID = cc.nextStreamID
		h2_bundle.go#L9766: 	cc.nextStreamID += 2
		h2_bundle.go#L9792: 			cc.vlogf("http2: Transport closing idle conn %p (forSingleUse=%v, maxStream=%v)", cc, cc.singleUse, cc.nextStreamID-2)
		h2_bundle.go#L10329: 		neverSent := cc.nextStreamID